Allow libvirt to specify force, rm_cfg
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:31:39 +0000 (11:31 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:31:39 +0000 (11:31 +0000)
commit83d6140b3994cbdcec151a510ad3f4247b076258
tree4f63cec44d383c75df2f92a26eee0e240d6294d8
parentb9d1950675c67f10870debe164a226eef64f65d5
Allow libvirt to specify force, rm_cfg

When doing a 'virsh detach-disk' on a running domain, the disk is not
removed from the configuration file.  Allow a caller to specify
whether or not to change the file.

Signed-off-by: Ryan Scott <ryan.scott@sun.com>
tools/python/xen/xend/server/SrvDomain.py